PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutAttribute Class / setBorderColor Method
The colour of the border drawn on the edges of a table cell or any element's content rectangle.
In This Topic
    setBorderColor Method
    In This Topic
    Sets the border color.
    Syntax
    public void setBorderColor( 
       PDFRgbColor value
    )

    Parameters

    value
    The colour of the border drawn on the edges of a table cell or any element's content rectangle.
    See Also